Setting the SVN Working Copy Format of Team Development Workspaces |
|
Before you begin this task:
- You must have the role of a System Administrator to perform this task.
- You must be able to access the configuration file on the server, where Process Platform is installed, to modify the configuration settings and control the working copy version of the workspace.
Process Platform supports multiple SVN Working Copy formats. By default, the latest supported format is used.
When your business requires to opt for a specific SVN Working Copy format, this format can be set to a fixed value as follows:
- Open the file
<Process Platform installation directory>\components\cws\config\cws.properties.
- Add the following line to the file:
teamdevelopment.svn.workingcopy.version=<version>
You must replace <version> with the specific version of Subversion. For instance, if you are using Subversion 1.6, add teamdevelopment.svn.workingcopy.version=1.6
. - Restart the CWS service container.
The SVN Working Copy format of new team development workspaces is now set to the given value.